home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / share / system-config-printer / ppdippstr.pyc (.txt) < prev    next >
Python Compiled Bytecode  |  2009-10-28  |  5KB  |  79 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyc (Python 2.6)
  3.  
  4. from gettext import gettext as _
  5.  
  6. class TranslationDict:
  7.     STR = { }
  8.     
  9.     def __init__(self, d):
  10.         self.STR = d
  11.  
  12.     
  13.     def get(self, str):
  14.         return self.STR.get(str, str)
  15.  
  16.  
  17. printer_error_policy = TranslationDict({
  18.     'abort-job': _('Abort job'),
  19.     'retry-job': _('Retry job'),
  20.     'stop-printer': _('Stop printer') })
  21. printer_op_policy = TranslationDict({
  22.     'default': _('Default behavior'),
  23.     'authenticated': _('Authenticated') })
  24. job_sheets = TranslationDict({
  25.     'none': _('None'),
  26.     'classified': _('Classified'),
  27.     'confidential': _('Confidential'),
  28.     'secret': _('Secret'),
  29.     'standard': _('Standard'),
  30.     'topsecret': _('Top secret'),
  31.     'unclassified': _('Unclassified') })
  32. ppd = TranslationDict({
  33.     'General': _('General'),
  34.     'Printout Mode': _('Printout mode'),
  35.     'Draft (auto-detect paper type)': _('Draft (auto-detect-paper type)'),
  36.     'Draft Grayscale (auto-detect paper type)': _('Draft grayscale (auto-detect-paper type)'),
  37.     'Normal (auto-detect paper type)': _('Normal (auto-detect-paper type)'),
  38.     'Normal Grayscale (auto-detect paper type)': _('Normal grayscale (auto-detect-paper type)'),
  39.     'High Quality (auto-detect paper type)': _('High quality (auto-detect-paper type)'),
  40.     'High Quality Grayscale (auto-detect paper type)': _('High quality grayscale (auto-detect-paper type)'),
  41.     'Photo (on photo paper)': _('Photo (on photo paper)'),
  42.     'Best Quality (color on photo paper)': _('Best quality (color on photo paper)'),
  43.     'Normal Quality (color on photo paper)': _('Normal quality (color on photo paper)'),
  44.     'Media Source': _('Media source'),
  45.     'Printer default': _('Printer default'),
  46.     'Photo Tray': _('Photo tray'),
  47.     'Upper Tray': _('Upper tray'),
  48.     'Lower Tray': _('Lower tray'),
  49.     'CD or DVD Tray': _('CD or DVD tray'),
  50.     'Envelope Feeder': _('Envelope feeder'),
  51.     'Large Capacity Tray': _('Large capacity tray'),
  52.     'Manual Feeder': _('Manual feeder'),
  53.     'Multi Purpose Tray': _('Multi-purpose tray'),
  54.     'Page Size': _('Page size'),
  55.     'Custom': _('Custom'),
  56.     'Photo or 4x6 inch index card': _('Photo or 4x6 inch index card'),
  57.     'Photo or 5x7 inch index card': _('Photo or 5x7 inch index card'),
  58.     'Photo with tear-off tab': _('Photo with tear-off tab'),
  59.     '3x5 inch index card': _('3x5 inch index card'),
  60.     '5x8 inch index card': _('5x8 inch index card'),
  61.     'A6 with tear-off tab': _('A6 with tear-off tab'),
  62.     'CD or DVD 80 mm': _('CD or DVD 80mm'),
  63.     'CD or DVD 120 mm': _('CD or DVD 120mm'),
  64.     'Double-Sided Printing': _('Double-sided printing'),
  65.     'Long Edge (Standard)': _('Long edge (standard)'),
  66.     'Short Edge (Flip)': _('Short edge (flip)'),
  67.     'Off': _('Off'),
  68.     'Resolution, Quality, Ink Type, Media Type': _('Resolution, quality, ink type, media type'),
  69.     "Controlled by 'Printout Mode'": _("Controlled by 'Printout mode'"),
  70.     '300 dpi, Color, Black + Color Cartr.': _('300 dpi, color, black + color cartridge'),
  71.     '300 dpi, Draft, Color, Black + Color Cartr.': _('300 dpi, draft, color, black + color cartridge'),
  72.     '300 dpi, Draft, Grayscale, Black + Color Cartr.': _('300 dpi, draft, grayscale, black + color cartridge'),
  73.     '300 dpi, Grayscale, Black + Color Cartr.': _('300 dpi, grayscale, black + color cartridge'),
  74.     '600 dpi, Color, Black + Color Cartr.': _('600 dpi, color, black + color cartridge'),
  75.     '600 dpi, Grayscale, Black + Color Cartr.': _('600 dpi, grayscale, black + color cartridge'),
  76.     '600 dpi, Photo, Black + Color Cartr., Photo Paper': _('600 dpi, photo, black + color cartridge, photo paper'),
  77.     '600 dpi, Color, Black + Color Cartr., Photo Paper, Normal': _('600 dpi, color, black + color cartridge, photo paper, normal'),
  78.     '1200 dpi, Photo, Black + Color Cartr., Photo Paper': _('1200 dpi, photo, black + color cartridge, photo paper') })
  79.